iT邦幫忙

2019 iT 邦幫忙鐵人賽

DAY 4
0

上一次講到用 print 方法印出 HELLO WORLD,這次要介紹 type,顧名思義, type這個方法可以取得變數的資料型態,以下是 type() 方法的語法:
https://ithelp.ithome.com.tw/upload/images/20181004/20112033U66gB3Fu7J.png
只要在括號裡面輸入自己想要知道的東西,它的資料型態自然就會出來囉/images/emoticon/emoticon39.gif
下列是各種資料型態:

  • 數值型態(Numeric type)
    int, long, float, bool, complex
  • 字串型態(String type)
  • 容器型態(Container type)
    list, set, dict, tuple

在了解了這種格式之後你就可以為所欲為的做出各種嘗試了!
https://ithelp.ithome.com.tw/upload/images/20181004/20112033IAcMPUN99Y.png


上一篇
第三天-開始(2)
下一篇
第五天-開始(關鍵字)
系列文
30天深入探索Python30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 則留言

0
hm5829
iT邦新手 5 級 ‧ 2018-10-04 11:15:05

good

我要留言

立即登入留言